fs: Makefile: Add fs.c under SPL for fs_loader
authorKeerthy <[email protected]>
Mon, 5 Nov 2018 06:04:52 +0000 (11:34 +0530)
committerTom Rini <[email protected]>
Fri, 16 Nov 2018 21:52:00 +0000 (16:52 -0500)
commit48e2f0c966c024d8b7768b2bef98e7338420390c
tree670ee21fdcfba6d4450bb01034a35a4d14985a74
parent9ad3b049ed9f8b97d76b0e5986e7258bb0a0c92e
fs: Makefile: Add fs.c under SPL for fs_loader

Add fs.c under SPL as well as it is needed for fs_loader

Signed-off-by: Keerthy <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
[trini: Add as obj-$(CONFIG_FS_LOADER) for non-SPL_FRAMEWORK builds]
Signed-off-by: Tom Rini <[email protected]>
fs/Makefile